Gets the visual element representing an item.
シンタックス
'宣言
Public Overridable Function GetItemCell( _
ByVal As UIKit.UITableView, _
ByVal As Foundation.NSIndexPath, _
ByVal As _
) As UIKit.UITableViewCell
public virtual UIKit.UITableViewCell GetItemCell(
UIKit.UITableView ,
Foundation.NSIndexPath ,
)
パラメータ
- tableView
- The table view.
- indexPath
- Location of the row where the cell will be displayed.
- item
- The data item.
参照